Method LoadWithParentsAsync(IEnumerable<long>, int, bool?)
Bulk polymorphic load of objects by ID with parent chains (uses _securityContext).
Supports objects of different schemes in one request.
Each object has its Parent chain populated up to root.
Task<List<ITreeRedbObject>> LoadWithParentsAsync(IEnumerable<long> objectIds, int depth = 10, bool? lazyLoadProps = null)